github.com/gotd/td/telegram/auth/qrlogin.Token.token (field)
5 uses
github.com/gotd/td/telegram/auth/qrlogin (current package)
accept.go#L15: auth, err := raw.AuthAcceptLoginToken(ctx, t.token)
token.go#L15: token []byte
token.go#L47: token: token,
token.go#L59: return base64.URLEncoding.EncodeToString(t.token)
token.go#L66: return "tg://login?token=" + base64.URLEncoding.EncodeToString(t.token)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |